home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
cpp_libs
/
cool
/
cool.lha
/
ice
/
util
/
linkhdrs.cmd
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-09-04
|
151 b
|
11 lines
@SHIFT
@SET DIRNAME=%0
:ALLTARGS
@SHIFT
@IF %0 == STOP GOTO THEEND
@SET TARGET=%0
del %DIRNAME%%TARGET%
copy %TARGET% %DIRNAME%
@GOTO ALLTARGS
:THEEND